🛠️ All DevTools

Showing 3161–3180 of 4438 tools

Last Updated
May 02, 2026 at 12:00 PM

[Other] Logging in Go with Slog: A Practitioner's Guide

Found: September 08, 2025 ID: 1352

[Other] Go for Bash Programmers – Part II: CLI Tools

Found: September 08, 2025 ID: 1290

[Other] A clickable visual guide to the Rust type system

Found: September 08, 2025 ID: 1268

[Other] ApeRAG: Production-ready GraphRAG with multi-modal indexing and K8s deployment

Found: September 08, 2025 ID: 1336

[Other] Immich – High performance self-hosted photo and video management solution

Found: September 08, 2025 ID: 1262

[Other] Show HN: C++ Compiler Support Page Hi HN,<p>I have created a webpage that displays all C++ features since C++20 in a simple, searchable table.<p>It is intended to serve as a quick reference for C++ developers, whether as support for cross-platform development or simply to track the current support status out of curiosity.<p>I created it as a simpler, more structured, and more up-to-date alternative to the cppreference compiler support site. Please note that the page intentionally does not list LWG and CWG papers. This might change as I am continually updating the site and trying out new ideas.<p>Questions, feedback and suggestions are appreciated, either here or in the form of GitHub issues.

Found: September 08, 2025 ID: 1272

[Other] Convert image to perfect SVG vectors with AI,right in Figma Transform JPG/PNG to crisp SVG vectors instantly in Figma. AI-powered conversion delivers professional results with one-click simplicity. No external tools needed - perfect for logos, illustrations & design systems. 🎨✨

Found: September 08, 2025 ID: 1258

Solid

Product Hunt

[Other] AI that builds real web apps Unlike Lovable and other prototyping tools, Solid builds real full-stack web apps (Node.js, React, TypeScript). Production-grade code you can scale, maintain, migrate and extend. Don’t waste time on AI builders that only build limited prototypes. Start right.

Found: September 08, 2025 ID: 1259

GitHub

Product Hunt

[Other] Bangkah/portfolio: my portfolio my portfolio. Contribute to Bangkah/portfolio development by creating an account on GitHub.

Found: September 08, 2025 ID: 1260

[Other] Compare pictures differences AI Image Similarity Checker with compare images math algorithms. AI tool to compare 2 pictures for differences using mathematical precision.

Found: September 08, 2025 ID: 1266

[Other] High Performance Remote Desktop Software TextureMind Desktop (TMD) is a software to allow remote access to a personal computer’s desktop (the host machine) from a client device. It is composed by a server running on the host machine and a client application which connects to the server.

Found: September 08, 2025 ID: 1269

Condense

Product Hunt

[Other] Real-Time Data Streaming Platform verticalized ecosystem Condense is a real-time data streaming platform powered by managed Kafka. With BYOC deployment, prebuilt connectors, and custom workflows, it helps businesses build, scale, and manage applications efficiently while handling massive data securely.

Found: September 08, 2025 ID: 1270

GitHub

Product Hunt

[Other] a system prompt that ready to use for optimize any prompt a system prompt that ready to use for optimizing any prompt by LLM, accept community contribute to optimize the prompt

Found: September 08, 2025 ID: 1273

openwrt/openwrt

GitHub Trending

[Other] This repository is a mirror ofhttps://git.openwrt.org/openwrt/openwrt.gitIt is for reference only and is not active for check-ins. We will continue to accept Pull Requests here. They will be merged via staging trees then into openwrt.git.

Found: September 08, 2025 ID: 1253

[Other] Using Claude Code to modernize a 25-year-old kernel driver

Found: September 07, 2025 ID: 1254

[Other] Taking Buildkite from a side project to a global company

Found: September 07, 2025 ID: 1255

[Other] Pico CSS – Minimal CSS Framework for Semantic HTML

Found: September 07, 2025 ID: 1251

[CLI Tool] Show HN: Psq – CLI for Postgres Monitoring

Found: September 07, 2025 ID: 1261

[CLI Tool] Show HN: GitType – A typing game that uses your own Git repo as practice text I built a small Rust CLI game called GitType.<p>It’s a typing practice tool that takes <i>your own Git repository</i> and turns the code inside into typing material. Instead of random words, you type through real functions, comments, and code you’ve written — making practice feel closer to real-world programming.<p>Features: - Works directly in the terminal (no GUI required) - Pulls text from any local Git repo - Tracks WPM and accuracy - Keeps a history of your past runs (so you can see progress over time) - Fun ranking titles based on your score<p>Source and install instructions: <a href="https:&#x2F;&#x2F;github.com&#x2F;unhappychoice&#x2F;gittype" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;unhappychoice&#x2F;gittype</a><p>Would love feedback from fellow devs — especially around the scoring system and ideas for new modes. :)

Found: September 07, 2025 ID: 1248

[Testing] Show HN: Vizzly – Visual testing platform with built-in review workflows Hey HN! I’m Robert. I worked on [Percy’s SDKs&#x2F;support from 2018–2022.](<a href="https:&#x2F;&#x2F;github.com&#x2F;percy&#x2F;cli&#x2F;graphs&#x2F;contributors" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;percy&#x2F;cli&#x2F;graphs&#x2F;contributors</a>) If you ever reached out to support or opened an issue, I probably helped you. Hopefully it was positive :) After a few years away, visual testing still felt stuck, so I&#x27;m building Vizzly.<p>The problem: Design handoffs kinda suck. Designers make beautiful specs, devs implement them, then everyone realizes the details got lost somewhere. Current visual testing tools catch broken CSS but miss the real issue - making sure what ships actually matches what was designed, functionally (like really in the browser&#x2F;OS&#x2F;etc).<p>What it is<p>- Visual testing + review where you send actual screenshots (not DOM re-renders). Can be _any_ image to review (PDFS!)<p>- Collaboration built-in: reviewer assignment, approvals, @mentions, screenshot-level threads.<p>- Baselines: automatic (Git-aware), manual (not Git-based), or hybrid.<p>- Team-based pricing; generous free plan for OSS; on-prem available.<p>What’s different<p>- Capture-first: use the pixels your app produced (no “but it doesn’t look like that on my machine&#x2F;CI”).<p>- Local TDD + CI parity: run locally with instant feedback; same flow in CI.<p>- Custom properties to filter&#x2F;slice reviews (component, viewport, theme, etc).<p>Try it quickly (Playwright example)<p>```<p>npm i -D @vizzly-testing&#x2F;cli<p>export VIZZLY_TOKEN=your-token<p># in your tests:<p>import { vizzlyScreenshot } from &#x27;@vizzly-testing&#x2F;cli&#x27;;<p>let img = await page.screenshot({ fullPage: true });<p>await vizzlyScreenshot(&#x27;homepage-layout&#x27;, img);<p>```<p>I would love feedback on everything! Rough edges you hit using the product&#x2F;sdk, baseline expectations across branches, what you need for design&#x2F;dev review to feel “done”, etc. Features like root cause analysis, an MCP, and more collab features are coming. But it&#x27;s just me building :p<p>I&#x27;m a big fan of OSS, so the OSS plan is pretty generous (10 seats + 10 review seats (20 total), unlimited public projects, 75GB, 6 concurrent builds). If it&#x27;s not generous enough for teams, I&#x27;m willing to up it!<p>This is my first time launching anything like this, I&#x27;m super keen on getting feedback and working any support or suggestions folks have. If anyone knew me from my support at Percy, I _really_ enjoy those conversations and opportunities to ship a fix or feature at the end of a chat. If Vizzly isn&#x27;t it for your team, I wanna know why and what I can do to help you.<p>Backstory + screenshots from my intro blog post: <a href="https:&#x2F;&#x2F;robertdelu.ca&#x2F;2025&#x2F;09&#x2F;07&#x2F;vizzly-introduction" rel="nofollow">https:&#x2F;&#x2F;robertdelu.ca&#x2F;2025&#x2F;09&#x2F;07&#x2F;vizzly-introduction</a>

Found: September 07, 2025 ID: 1256
Previous Page 159 of 222 Next